libs/foreignmem: Drop useless and/or misleading logging
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 3 Feb 2021 15:41:55 +0000 (15:41 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 3 Feb 2021 19:25:15 +0000 (19:25 +0000)
commit9351e1468d67ee79fbc6411b087c67ac34813891
treeec40bcd5c0c2f26bf18e0c85e5d80aca2cd7c397
parent5e7aa904405fa2f268c3af213516bae271de3265
libs/foreignmem: Drop useless and/or misleading logging

These log lines are all in response to single system calls, and do not provide
any information which the immediate caller can't determine themselves.  It is
however rude to put junk like this onto stderr, especially as system call
failures are not even error conditions in certain circumstances.

The FreeBSD logging has stale function names in, and Solaris shouldn't have
passed code review to start with.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/foreignmemory/freebsd.c
tools/libs/foreignmemory/linux.c
tools/libs/foreignmemory/netbsd.c
tools/libs/foreignmemory/solaris.c